Esx Settings ComponentOverrideInfo

Esx Settings ComponentOverrideInfo
Esx Settings ComponentOverrideInfo

The Esx Settings ComponentOverrideInfo schema contains fields that describe how the component was overridden.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "display_version": "string",
    "source": "string",
    "note": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
version
Required

Version of the component override.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the component override.

This property was added in vSphere API 7.0.0.0.

string
source
Required

Source of the component override.

For more information see: Esx Settings ComponentSource.

This property was added in vSphere API 7.0.0.0.

note
Required

Note explaining the override.

This property was added in vSphere API 7.0.0.0.